build: Make post-install script a Python script
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 8 Jun 2018 10:04:30 +0000 (18:04 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 6 Dec 2018 09:07:33 +0000 (17:07 +0800)
commit3fa28ffd92ea77da5e20842fbc621bd0a9fec557
tree196b3d8c472af72ac3737ce5353b3fe6e97d967d
parent5383d11bb40c333b3b3a7830ec21d5bbcb98be11
build: Make post-install script a Python script

The existing post-install shell script will most likely not work on
Visual Studio builds as there is normally no shell interpreter installed
on the system where the build is done, but the build is normally done in
a standard Windows cmd.exe console.

Instead, use a Python script so that it will work on the platforms that
Python supports.
build-aux/meson/post-install.py [new file with mode: 0644]
build-aux/meson/post-install.sh [deleted file]
meson.build